org.eclipse.vtp.framework.media
Class FormatterRegistrationManager

java.lang.Object
  extended by org.eclipse.vtp.framework.media.FormatterRegistrationManager

public class FormatterRegistrationManager
extends java.lang.Object


Field Summary
static java.lang.String formatterTypeExtensionId
           
 
Method Summary
 FormatterRegistration getFormatter(java.lang.String id)
           
 java.util.List getFormattersForInteractionType(java.lang.String interactionType)
           
static FormatterRegistrationManager getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatterTypeExtensionId

public static final java.lang.String formatterTypeExtensionId
See Also:
Constant Field Values
Method Detail

getInstance

public static FormatterRegistrationManager getInstance()

getFormattersForInteractionType

public java.util.List getFormattersForInteractionType(java.lang.String interactionType)

getFormatter

public FormatterRegistration getFormatter(java.lang.String id)